Fatal error: Cannot redeclare

114

Fatal error: Cannot redeclare -

if (!function_exists('your_function_name'))   {
  function your_function_name()  {
    ........
  }
}

Comments

Submit
0 Comments